Release notes for the Vaunix LMS Linux SDK 6/15/2024

The LMS Linux SDK has been updated to support all of the LMS products, including the LMS-183CX, and has new API functions to
support its chirp feature.

A pre-built version of the LMS support library (liblmshid.so) is included. It was built on a Ubuntu 18.04 LTS system. To build
a version for other processors or systems configurations, you can invoke the make process for the library source.

For most systems, copy the liblmshid.so file to /user/lib where it can be accessed by programs as needed at run time.

If you are creating a c or c++ based application, the lmsdrvr.h file contains prototypes for the functions in the library, lmsusb.h
has the library's internal definitions and some generally useful symbol definitions.

An example of how to use the LMS support library from Python is included. The LMS support library is designed so that it can be easily
accessed using the Python c_types extension. The example is a simple command line utility that shows how to load, initialize, and use
the LMS support library.

